home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / c / halfnhalf.doc < prev    next >
Text File  |  1994-01-01  |  2KB  |  43 lines

  1.  
  2.  
  3.                Half-N-Half V.1 by C.Randall on Jan 1,1994.
  4.  
  5.                    -Public domain "fakefast" utility-
  6.  
  7.     This  program  is in request to several messages on Usenet.  Seems some
  8. 1200  owners want to fake FAST memory to run a lamer program or two.  There
  9. are  a  multitude of programs to do this, but it seems they only leave 512k
  10. of CHIP behind.  This is an attempt to temporarily solve this.
  11.  
  12.     This  program  simply  requests  a 1 meg chunk of memory.  This will be
  13. FAST  if  present  (if  this  is  true, why run this program???).  But more
  14. likely  will  be CHIP.  Then the program will add this memory to the system
  15. as  FAST+PUBLIC.   This  is done with AddMemList in the exec library.  Note
  16. that  this list has the flags "MEMF_PUBLIC | MEMF_FAST", a priority of "-1"
  17. and the name "FKE".
  18.  
  19.         This allocated memory CAN NOT be restored.  Therefore, the only way to
  20. recover your CHIP memory is to REBOOT.  Sorry, but it *is* a hack.
  21.  
  22.     IMPORTANT:  This program will not reset the machine, will not survive a
  23. reset,  and  is  only  useful to operation system "semi"-friendly programs.
  24. This  will  not  be a solution if an offending program "bangs" the hardware
  25. looking  for  FAST  memory.  If this is the case, the best (and maybe only)
  26. solution is to buy some FAST memory.  Sorry, but blame the lamer coder.
  27.  
  28.     DISCLAIMER:  This program is released as PUBLIC DOMAIN and as such I am
  29. not responsible for any harm done, either directly or indirectly.  The code
  30. and or docs may or may not be included.  This program can be sold by anyone
  31. and  as  such  can be included anywhere on anything.  I don't feel that any
  32. worthwhile time was used to make this, so I don't expect anything.
  33.  
  34.     This  program  is  a  HACK  and  should  never be used unless all other
  35. posibilities have been exhausted!
  36.  
  37.     If  you  wish  to  contact me with questions, programming solutions, or
  38. just to bullshit, EMail me at:
  39.  
  40.     crandall@garnet.msen.com
  41.  
  42.                                         (May the future be Degrader free.)
  43.